Welcome![Sign In][Sign Up]
Location:
Search - task manager

Search list

[Hook apiDetection_of_the_hidden_processes

Description: Many users have got used that Windows NT Task Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, process hiding is incredibly simple. There are lots of methods available for such a purpose and there are source codes available. It still amazes me that there are only a few trojans using these methods. Literally only 1 trojan from a 1000 is hidden. I think that trojan authors are lazy, since it requires extra work to hide the process and it is always easier to use ready-made sources and copy-paste them. Therefore we should expect hidden trojan processes in a near future.-Many users have got used that Windows NT Tas k Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, hiding process is incredibly simple. There are lots of methods available for such a purpose and there are source codes available. It still amaz es me that there are only a few trojans using thes e methods. Literally only a variant is from a 1000 hidden. I think that disables authors are lazy, since it requires extra work to hide the process and it is always easier to use ready-made source s and copy-paste them. Therefore we should Expe ct hidden variant processes in a near future.
Platform: | Size: 15360 | Author: inwing | Hits:

[OS programenumproWin32

Description: 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码   本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统中的每个进程调用一次。另一个参数是用户定义的 lParam。下面是该函数的声明:BOOL WINAPI EnumProcs( PROCENUMPROC lpProc, LPARAM lParam ) 使用该函数时,要象下面这样声明回调函数: BOOL CALLBACK Proc( DWORD dw, WORD w16, LPCSTR lpstr, LPARAM lParam )   参数 dw 包含 ID,“w16”是16位任务的任务号,如果为32位进程则为0(在 Windows 95 中总是0),参数lpstr 指向文件名,lParam 是用户定义的,要被传入 EnumProcs()。   EnumProcs() 函数通过显示链接使用 ToolHelp32 和 PSAPI,而非通常所用的隐式链接。之所以要这样做,主要是为了让代码能够在二进制一级兼容,从可以在所有 Win32 操作系统平台上运行。 -us in the preparation of procedures, often encountered one thing is to accurately list all systems are running program or process. Windows Task Manager is one such procedure. It not only sets out the running desktop applications, the system can list all the running processes. Then we process of how to achieve this task, the program code for this function is incidental to the code examples and ToolHelp32 PSAPI Packaging entitled to a EnumProcs () function. This function is similar to the principle EnumWindows (), is a pointer to a callback function pointers and to repeat this function call against each of the system called a process. Another parameter is the user-defined lParam. Below is the function of the statement : BOOL WINAPI EnumProcs (PROCENUMPROC lpProc. LPARAM lParam) to use this f
Platform: | Size: 3072 | Author: wwwwppp | Hits:

[Process-Threadliner

Description: 实用小程序:多线程管理器。包括演示了多个线程的创建,运行和关闭等管理,本程序实现了多线程管理类ThreadManager,CThreadTask。对您肯定有帮助!-practical small : multithreading manager. A number of demonstrations, including thread creation, operation and closure of management, the procedures to achieve the multithreading Management ThreadManager, CThreadTask. Right is sure to help you!
Platform: | Size: 30720 | Author: 婷婷 | Hits:

[JSP/JavaRealEditor

Description: 这个小软件( RealEditor )是同学一起编写的,可编辑,打印,更换主题,并有传输功能 注意,要想正确运行此软件,务必要把JDK升级到JDK 5.0_update4即tiger版(未来的JDK版本应该也可以),如果运行软件后,端口冲突或突然非法将它关闭(用任务管理器进程结束掉),导致软件无法正常退出,无法再次启动此软件,请到C:\Documents and Settings\All Users\Application Data\RealEditor下的那个文件删掉即可(注意,Application Data是个隐藏文件夹) Register.rar是注册机,需要在DOS下运行"java Register" (不带""注意路径) 如果path和classpath设置没有问题的话,只要双击RealEditor.jar文件( 没有与WinRaR相关联 )即可启动此软件.-small software (RealEditor) is prepared by the students together, edit, print, the replacement of the main theme, and a transfer function that in order to run this software correctly, must bring JDK JDK 5.0_update4 upgrade to the version that the tiger (the next version of the JDK should also be), if the software running, port conflict or illegal suddenly shutting it down (using Task Manager swap end of the process), resulting from the normal software, unable to reactivate the software, the free C : \ Documents and Settings \ All Users \ Applicati on Data \ RealEditor that the document can be deleted (Note Application Data is a hidden folder) Register.rar is Fillmore, the need to run DOS "java Register" (without "" Attention Path) If the path and classpath set no proble
Platform: | Size: 375808 | Author: 王杰 | Hits:

[Windows DevelopGetprocess

Description: 该程序可以像Windows任务管理器一样,将每个进程都显示出来,并可将每个进程所占用的内存显示-the program can be like Windows Task Manager, each process are displayed. each process could be occupied by the memory shown
Platform: | Size: 28672 | Author: 孙铁 | Hits:

[CSharp4545cpumemonyview

Description: 仿照windows任务管理器做的cpu和内存的流量监视。用C#编写的-modeled on the windows task manager to do the cpu and memory traffic surveillance. C# prepared
Platform: | Size: 24576 | Author: 嘻嘻 | Hits:

[JSP/Javajavainternetguanli

Description: JAVA开发的INTERNET任务管理器,功能比较简单,适合于初级水平者学习-JAVA development of the Internet task manager, a relatively simple function, suited to the level of primary learning
Platform: | Size: 410624 | Author: 吴宏斌 | Hits:

[File Operatetime-table

Description: 类似与任务管理器一样的界面东东。 -similar task manager with the same interface Eastern.
Platform: | Size: 3072 | Author: wdq | Hits:

[Remote ControlSnatchScreen_shuangjincheng

Description: 抓取远程屏幕的源代码,使用了双进程模式防止被用户从任务管理器中杀掉。程序简炼,数据传输效率高。-the source code, the use of the double-process model to prevent users from the task manager were killed. Kindly to be as brief procedures, data transmission efficiency.
Platform: | Size: 1476608 | Author: xiaobeiker | Hits:

[Static controlInfoDisplayBar

Description: 类似于任务管理器内存和CPU利用率的柱状显示图的控件,添加了上下警戒线,不在正常范围内会提示报警-similar to the task manager for memory and CPU utilization of cylindrical map shows the controls, add the next alert level not within normal limits will prompt warning
Platform: | Size: 39936 | Author: wutong | Hits:

[Process-ThreadShowAllProcess234534

Description: 一个类似任务管理器的工具,可以显示进程,杀死进程-a similar task manager tool that can show the process, killing process
Platform: | Size: 50176 | Author: 陈雷蕾 | Hits:

[Windows DevelopTaskmanger

Description: 自己写的任务管理器,可以看到正在运行程序的路径,对查杀病毒,木马有一定的帮助!-himself wrote the task manager, we can see that the process is running path, the killing virus Trojan will help!
Platform: | Size: 39936 | Author: 宁华波 | Hits:

[OS programWP4

Description: 使用vc6.0用win32api结合mfc编写的任务管理器,能列出当前运行的进程,并能结束进程,有很好界面哦-use vc6.0 combined with win32api mfc prepared by the task manager, to a list of running processes, and the end of the process, a very good interface oh
Platform: | Size: 1993728 | Author: 路程 | Hits:

[OS programMyHotKey

Description: 利用系统热键可以方便用户的操作,比如经常使用的Alt + Tab可以快速切换窗口;Crtl + Alt + Delete键可以调出Windows任务管理器或重启机器;oicq软件也会注册系统热键方便用户的操作,等等。本程序就注册一个系统热键Alt + Z,在应用程序执行的任何时候只要按下该热键就会弹出一个消息对话框。 -system hotkeys can use user-friendly operation, For example, the regular use of the Alt-Tab window can quickly switch; Crtl-Alt-Delete keys could be released Windows Task Manager or the reopening of machinery; oicq software registration system hotkeys will be user-friendly operation, and so on. The procedure for registering a system hotkeys Alt Z, Application procedures for the implementation of any time by pressing the hotkey will pop up a message box.
Platform: | Size: 41984 | Author: 梁衡升 | Hits:

[Process-ThreadMyTaskManager

Description: 这个是一个c#的任务管理器,使我从别的地方下载下来的,里面用了很多系统的dll文件,挺简单的,主要就是学习一下,-this a c# task manager, so I downloaded from somewhere else down, inside with a lot of system dll documents, they are simple, the main thing is to learn from this. Ha ha
Platform: | Size: 70656 | Author: | Hits:

[Shell apiDeleteTrayNullIcon

Description: 《清除无效的托盘图标》 大家五一节快乐! 我的好朋友王煌问我,有些带托盘图标的程序,在程序崩溃(可能是从任务管理器里强行终止的)以后,托盘上的图标还存在,直到鼠标 移过以后才消失,那如何让程序来自动清除这些无效的托盘图标呢?我在网上看到一些别人的代码例子,做了这个程序,希望对大家有点帮助。 ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-05-01 18:26:35- Remove invalid tray icon Everyone五一节快乐!王煌my good friend asked me, some tray icon with the procedures, the program crashes (which may be from the Task Manager in the forced termination), the tray icon still exist, until the mouse had moved after the disappearance, and that how to program to automatically remove these invalid tray icon then? I see some others in the online code examples, this procedure done, I hope all of you a little help. ◆ ◆ ◆ ◆ ◆ ◆谢红伟Author chrys chrys@163.com http://www.howa.com.cn ◆ ◆ ◆ Date ◆ ◆ ◆ 2007-05-01 18:26:35
Platform: | Size: 25600 | Author: 谢红伟 | Hits:

[Windows DevelopLOCK1

Description: 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一致谢,如有 问题,或者你有什么意见或建议,请联系作者-1. The system interface is friendly and easy to operate. 2. Messenger for the system, the game can be used for Internet hook locked screen. 3. The system can show that the time to start MSN Messenger and time spent. 4. The biggest feature is the keyboard can be used to enter the password screen and hidden window (similar QQ). 5. This system is adopted to prohibit amendments to the registry of the management tasks, but will be reduced to withdraw from the system registry. Distance to the next version of injection to prohibit task manager. 6. The system also prohibits the system hotkeys, the task of the start key, and so on. 7. The system uses a number of techniques, many of which refer to the code, here is not grateful, if there are questions, Or, do you have any comments or suggestions, pl
Platform: | Size: 3442688 | Author: dfds | Hits:

[Documentsmulti_line_chart_src

Description: 2D曲线类,WINDOWS任务管理器中显示CPU使用记录的图表效果可用此类做出-2D curves category, Windows Task Manager shows CPU usage record charts such results can be made
Platform: | Size: 3072 | Author: ryan | Hits:

[OS programTaskManagerEx_2_0_0_src

Description: WINDOWS下任务管理器的加强版本,可以更加清楚了解每个进程的具体信息.-under Windows task manager for the strengthening version, and it can be more clear understanding of each process-specific information.
Platform: | Size: 180224 | Author: 王彦 | Hits:

[OS programTASKLR12

Description: WINDOWS任务管理器, 系统控制类。-Windows task manager, system control category.
Platform: | Size: 117760 | Author: tang | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 46 »

CodeBus www.codebus.net